projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d0f90c
)
(texinfo-mode): Set fill-column to 70.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 27 Dec 2000 16:12:51 +0000
(16:12 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 27 Dec 2000 16:12:51 +0000
(16:12 +0000)
lisp/textmodes/texinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfo.el
b/lisp/textmodes/texinfo.el
index eb3b0b246b52aa123edc3fdd6171dc11e4f898ce..897339750a1dd4628fb840ca22052e6f714f4c06 100644
(file)
--- a/
lisp/textmodes/texinfo.el
+++ b/
lisp/textmodes/texinfo.el
@@
-546,7
+546,7
@@
value of `texinfo-mode-hook'."
(make-local-variable 'adaptive-fill-mode)
(setq adaptive-fill-mode nil)
(make-local-variable 'fill-column)
- (setq fill-column 7
2
)
+ (setq fill-column 7
0
)
(make-local-variable 'comment-start)
(setq comment-start "@c ")
(make-local-variable 'comment-start-skip)